home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Drop•MPSR / Spinning Cursor Lib ƒ / Main.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-04  |  214 b   |  25 lines  |  [TEXT/KAHL]

  1. /*
  2.     Main.h
  3.     
  4.     Header file for Main.c
  5.     
  6. */
  7.  
  8. #pragma once
  9.  
  10. #ifndef __H_Main__
  11. #define __H_Main__
  12.  
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16.  
  17. void InitToolbox(void);
  18. void main(void);
  19.  
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23.  
  24. #endif
  25.